-
Notifications
You must be signed in to change notification settings - Fork 24
Fix delete word not replacing text #833
Fix delete word not replacing text #833
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #833 +/- ##
============================================
+ Coverage 88.38% 89.91% +1.52%
============================================
Files 157 82 -75
Lines 18104 14767 -3337
Branches 945 0 -945
============================================
- Hits 16002 13278 -2724
+ Misses 1853 1489 -364
+ Partials 249 0 -249
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
c045bd4
to
f2474c4
Compare
Kudos, SonarCloud Quality Gate passed! |
Thanks for the PR @aringenbach.
I wonder if @florianduros / @andybalaam could help with this? |
I tested on Macos ( Enregistrement.de.l.ecran.2023-10-11.a.15.31.53.mov |
Yeah I actually tested a bit in the meantime (on Chrome & Safari for MacOS) and it looks like a few whacky things are happening with the delete word feature both with or without this change. |
Should fix #808
I couldn't explore potential Web related corner cases so it might be better if a Web developer is available to double check this.